Table of Contents [Hide/Show]
Web Service Web Methods for Workflows Get Workflows Get Named Workflows Get Workflow Get Workflow By Subject Get Workflow Structure Get Workflows in Current State Get Workflows in Workspace Get Collection Get List Get Named Workflows for List Items Workflows Workspaces
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetNamedWorkflows xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <workflowName>string</workflowName> </GetNamedWorkflows> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='utf-8' ?> <Workflows xmlns="http://schemas.Jetfire.ca/Workflows"> <Workflow> <Properties> <Property Name="Guid" Value="8a603aac-1b8b-4f78-b451-146bf4a720a9" Label="Guid" ToolTip="Guid" Display="False" FormElement="Label" ClassName="plainString" Position="0"/> <Property Name="Subject" Value="chingers" Label="Subject" ToolTip="Subject" Display="False" FormElement="TextBox" ClassName="string" Position="1"/> <Property Name="WorkflowClass" Value="UserLogin" Label="WorkflowClass" ToolTip="WorkflowClass" Display="False" FormElement="Label" ClassName="plainString" Position="2"/> <Property Name="CurrentState" Value="" Label="CurrentState" ToolTip="CurrentState" Display="False" FormElement="Label" ClassName="plainString" Position="3"/> </Properties> <Methods></Methods> </Workflow> <-- snip --> </Workflows>
<?xml version='1.0' encoding='utf-8' ?> <Errors xmlns="http://schemas.Jetfire.ca/Errors"> <Error Name="Error 1" Value="Workflow not found"/> </Errors>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetWorkflow xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <guid>string</guid> </GetWorkflow> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='utf-8' ?> <Workflows xmlns="http://schemas.Jetfire.ca/Workflows"> <Workflow> <Properties> <Property Name="Name" Value="chingers" Label="Login ID" ToolTip="The Login ID used to login" Display="True" FormElement="Label" ClassName="plainString" Position="1"/> <Property Name="ToolTip" Value="Club Admin for Military Trail Wrestling Club" Label="Comment" ToolTip="The description about the user" Display="True" FormElement="RichTextBox" ClassName="string" Position="3"/> <-- snip --> <Property Name="Subject" Value="chingers" Label="Subject" ToolTip="Subject" Display="False" FormElement="TextBox" ClassName="string" Position="1000"/> <Property Name="CurrentState" Value="" Label="CurrentState" ToolTip="CurrentState" Display="False" FormElement="Label" ClassName="plainString" Position="1000"/> </Properties> <Methods></Methods> </Workflow> </Workflows>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetWorkflowBySubject xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <workflowName>string</workflowName> <subject>string</subject> </GetWorkflowBySubject> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetWorkflowStructure xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <guid>string</guid> </GetWorkflowStructure> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetNamedWorkflowsInCurrentState xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <workflowName>string</workflowName> <currentState>string</currentState> </GetNamedWorkflowsInCurrentState> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetWorkflowsInWorkspace xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <workflowName>string</workflowName> <wsName>string</wsName> <allVersions>boolean</allVersions> </GetWorkflowsInWorkspace> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetCollection xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <collectionGuid>string</collectionGuid> <collectionName>string</collectionName> </GetCollection> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetList xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <listName>string</listName> </GetList> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='utf-8' ?> <Workflows xmlns="http://schemas.Jetfire.ca/Workflows"> <Workflow> <Properties> <Property Name="Subject" Value="None" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="British_Columbia" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Alberta" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Saskatchewan" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Manitoba" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Ontario" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Quebec" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Prince_Edward_Island" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Nova_Scotia" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="New_Brunswich" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Newfoundland_Labrador" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="North_West_Territories" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Nunavut" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> <Workflow> <Properties> <Property Name="Subject" Value="Yukon" Label="Subject" ToolTip="Subject" FormElement="Label" ClassName="enumerator"/> <Property Name="WorkflowClass" Value="Province" Label="WorkflowClass" ToolTip="WorkflowClass" FormElement="Label" ClassName="string"/> </Properties> </Workflow> </Workflows>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetNamedWorkflowsForListItems xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> <workflowName>string</workflowName> <properties>string</properties> </GetNamedWorkflowsForListItems> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='utf-8' ?> <Workflows xmlns="http://schemas.Jetfire.ca/Workflows"> <Workflow> <Properties> <Property Name="Guid" Value="8a603aac-1b8b-4f78-b451-146bf4a720a9" Label="Guid" ToolTip="Guid" Display="False" FormElement="Label" ClassName="plainString" Position="1000"/> <Property Name="WorkflowClass" Value="UserLogin" Label="WorkflowClass" ToolTip="WorkflowClass" Display="False" FormElement="Label" ClassName="plainString" Position="1000"/> <Property Name="Subject" Value="chingers" Label="Subject" ToolTip="Subject" Display="False" FormElement="TextBox" ClassName="string" Position="1000"/> <Property Name="CurrentState" Value="" Label="CurrentState" ToolTip="CurrentState" Display="False" FormElement="Label" ClassName="plainString" Position="1000"/> </Properties> <Methods></Methods> </Workflow> <-- snip --> </Workflows>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <Workflows xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> </Workflows> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <Workspaces xmlns="http://Jetfire.ca/WebService"> <nexusKey>string</nexusKey> </Workspaces> </soap:Body> </soap:Envelope>
<?xml version='1.0' encoding='utf-8' ?> <Workflows xmlns="http://schemas.Jetfire.ca/Workflows"> <Workflow> <Properties> <Property Name="Guid" Value="cd53e6d1-00ee-421d-8f05-cae4be36b851" Label="Guid" ToolTip="Guid" Display="False" FormElement="Label" ClassName="plainString" Position="0"/> <Property Name="Subject" Value="Public" Label="Subject" ToolTip="Subject" Display="False" FormElement="TextBox" ClassName="string" Position="1"/> <Property Name="WorkflowClass" Value="workspace" Label="WorkflowClass" ToolTip="WorkflowClass" Display="False" FormElement="Label" ClassName="plainString" Position="2"/> <Property Name="CurrentState" Value="" Label="CurrentState" ToolTip="CurrentState" Display="False" FormElement="Label" ClassName="plainString" Position="3"/> </Properties> <Methods></Methods> </Workflow> </Workflows>